This function retrieves the size of the specified dimension.
Result = EOS_GD_DIMINFO(gridID, dimname)
Size of dimension. If FAIL(–1), could signify an improper grid id or dimension name.
Grid id (long) returned by EOS_GD_CREATE or EOS_GD_ATTACH.
Dimension name (string)
None
In this example, we retrieve information about the dimension, “Bands”:
dimsize = EOS_GD_DIMINFO(gridID, "Bands")
5.2 |
Introduced |